Widget

Undocumented in source.

Constructors

this
this(IoPubMessageSender sender)
Undocumented in source.
this
this(IoPubMessageSender sender, string commId)
Undocumented in source.
this
this(IoPubMessageSender sender, string commId, T state)
Undocumented in source.

Members

Functions

close
void close(IoPubMessageSender sender)
Undocumented in source. Be warned that the author may not have intended to support it.
display
void display(IoPubMessageSender sender)
Undocumented in source. Be warned that the author may not have intended to support it.
getCommId
string getCommId()
Undocumented in source. Be warned that the author may not have intended to support it.
onCustomMessage
void onCustomMessage(IoPubMessageSender sender, JSONValue content)
Undocumented in source. Be warned that the author may not have intended to support it.
onRemove
void onRemove(IoPubMessageSender sender, JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.
onRequestState
void onRequestState(IoPubMessageSender sender)
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate(JSONValue newState, JSONValue buffer_paths)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(IoPubMessageSender sender, JSONValue newState)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

state
T state;
Undocumented in source.

Inherited Members

From IWidget

close
void close(IoPubMessageSender sender)
Undocumented in source.
update
void update(IoPubMessageSender sender, JSONValue newState)
Undocumented in source.
onUpdate
void onUpdate(JSONValue newState, JSONValue buffer_paths)
Undocumented in source.
onCustomMessage
void onCustomMessage(IoPubMessageSender sender, JSONValue content)
Undocumented in source.
onRequestState
void onRequestState(IoPubMessageSender sender)
Undocumented in source.
onRemove
void onRemove(IoPubMessageSender sender, JSONValue data)
Undocumented in source.
display
void display(IoPubMessageSender sender)
Undocumented in source.
getCommId
string getCommId()
Undocumented in source.

Meta